Skip to main content

Get Underlying Exch Token

Request to be POSTed to uri : /NorenWClientTP/GetUnderlyingExchToken

Request Details :

Parameter NamePossible valueDescription
jData*Should send json object with fields in below list
jKey*Key Obtained on login success.
Json FieldsPossible valueDescription
uid*Logged in User Id
exch*Exchange
token*Token

Response Details :

Response data will have below fields.

Json FieldsPossible valueDescription
statsuccess or failure indication.
request_timeThis will be present only in a successful response.
und_exchUnderlying Exch seg
und_tkUnderlying Token
emsgThis will be present only in case of errors.

Sample Success Response :

{
"stat":"Ok",
"request_time":"01122021110443",
"und_exch":"NSE",
"und_tk":"26009"
}

Sample Failure Response :

{
"stat":"Not_Ok",
"emsg":"Invalid Input : Invalid Scrip token/exch"
}